/* body 스타일 */
/*html, body {*/
/*  overflow: hidden;*/
/*  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;*/
/*  font-size: 14px;*/
/*}*/
/* 캘린더 위의 해더 스타일(날짜가 있는 부분) */
#calendar-container {
  padding: 0 5px;
}

#calendar a {
  text-decoration: none;
  color: black;
  font-size: 0.8em;
}

.fc-header-toolbar {
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 0.8em;
}

.fc-day-sat a { color:#0000FF !important; } /* 토요일 */
.fc-day-sun a { color:#FF0000 !important; } /* 일요일 */

.fc-scroller {
  overflow: visible !important;
  position: relative !important;
}

.fc-event {
  font-size: 0.8em;
}

.fc .fc-bg-event {
  background:#ffecec !important;
  color: red;
  opacity: 1 !important;
}

.fc .fc-bg-event .fc-event-title {
  margin-top: 2.5em !important;
  font-size: 0.7em !important;
}